Closed
Conversation
generated (skip it if it's a tag or no git available or we are not working with a checkin), also fix a bash-dependency (helps on Solaris), and a couple of cross-platform awk fixes in configure.
…to client Without the "expires" attribute in the _valid_attr list, cookie expirations are never returned by the __str__ method, and consequently are never sent to the browser.
Revert to mod_python 3.3.1 semantics where cookie expiration is sent to client
small issue like this shouldn't take 2 months to fix #22
Test fail if MPMs loaded modularly
Accept APXSFLAGS argument to apxs
Do not load user site directories
Create $(DESTDIR)$(BINDIR) if needed (i.e. when building rpm package
(partially) fixes #43
Decode query string as UTF8 as per RFC3986 section 2.5.
Fix outputting version
…m prefixes. It bases its location on the location of the Python binary, which is not ideal but fine for now.
…ised with traceback correctly
…logging of the apache error log with deprecation warnings
simple bug fix in Session.py >> DbmSesssion >> dbm_cleanup for conflicting use of dbm variable
Fix __slots__ error with metaCookie #71
_PyImport_FixupExtensionObject now takes four arguments. The libpython library is now 2-digit versioned (at least on Debian), so use -lpython3.7 not -lpython3 at link time. The StringField class subclasses bytes, which needs a str() as its initialiser. Py_GetPath() and Py_GetProgramFullPath() return wide-char strings, so use %ls when printing.
Python provides a way to query the library name to link against, so use it. This allows for distributions that name their libraries with various suffices (like libpython3.5m.so) where it's not just the version that's important.
I've now tested with pytohon 2.7, 3.6, and 3.7, and all three build.
Fix compilation with python 3.7
Ensure backwards compatibility with Python2
deocding bytes string before typecasting to str
using Py_XDECREF instead of Py_DECREF and fixing error in pares_qs function
Fallback for parse qsl.
Patch-Name: 05_fix_spelling.patch Signed-off-by: Emmanuel Arias <[email protected]>
Simple spelling fix in Python docstring (thanks lintian)
imp module is deprecated in v3 so in place of it using importlib
Fix for incorrect configure python library variable
Owner
|
I think there is something wrong with this pull request, it has waaay to many changes in it :) |
Modifies import of escape to reflect removal from the cgi module in p…
Owner
|
I just merged #104 - closing this one, thanks! |
Author
|
Must have something to do with the 'compare' selection, didn't really understand what was needed there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The psp module had not been updated