summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Style cleanups for pickle.py and _pickle.Alexandre Vassalotti2013-04-141-4/+2
* Merge 3.3Alexandre Vassalotti2013-04-141-2/+2
|\
| * Clean up error messages raised by save_reduce in _pickle.Alexandre Vassalotti2013-04-141-2/+2
* | Issue #17693: CJK encoders now use the new Unicode API (PEP 393)Victor Stinner2013-04-149-418/+430
* | Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-11/+11
|\ \ | |/
| * Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-131-11/+11
* | Close #17693: Rewrite CJK decoders to use the _PyUnicodeWriter API instead ofVictor Stinner2013-04-1113-440/+384
* | Fix a crash when setting a servername callback on a SSL server socket and the...Antoine Pitrou2013-04-111-12/+18
* | Close #14439: Python now prints the traceback on runpy failure at startup.Victor Stinner2013-04-091-0/+4
* | gibibytes (Arfrever)Antoine Pitrou2013-04-071-1/+1
* | Issue #15596: Faster pickling of unicode strings.Antoine Pitrou2013-04-071-35/+69
* | Revert a premature patch for issue #14010 (changeset 846bd418aee5).Serhiy Storchaka2013-04-061-46/+1
|\ \ | |/
| * Revert a premature patch for issue #14010 (changeset aaaf36026511).Serhiy Storchaka2013-04-061-46/+1
* | Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+46
|\ \ | |/
| * Issue #14010: Fix a crash when iterating or deleting deeply nested filtersSerhiy Storchaka2013-04-061-1/+46
* | Issue #17591: Use lowercase filenames when including Windows header files.Antoine Pitrou2013-03-311-1/+1
* | Fix comment about the OpenSSL version in which SNI version was introduced.Antoine Pitrou2013-03-301-1/+1
* | Improve set_servername_callback docstring.Antoine Pitrou2013-03-301-3/+3
* | Fix previous fix (the cause was actually a misplaced #endif, or so it seems)Antoine Pitrou2013-03-301-3/+1
* | Further compiling fixes (issue #17581)Antoine Pitrou2013-03-301-1/+4
* | Issue #17581: try to fix building on old OpenSSL versionsAntoine Pitrou2013-03-301-7/+27
* | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial patch...Antoine Pitrou2013-03-281-47/+77
* | (Merge 3.3) Issue #17209: curses.window.get_wch() now handles correctly Keybo...Victor Stinner2013-03-211-0/+3
|\ \ | |/
| * Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt...Victor Stinner2013-03-211-0/+3
| * MergeKristján Valur Jónsson2013-03-191-0/+5
| |\
* | | Refactor the common code out of the posix and windows listdirGregory P. Smith2013-03-211-53/+42
* | | Refactor the Windows specific and POSIX specific implementations ofGregory P. Smith2013-03-211-21/+44
* | | Use logic operator, not bitwise operator, for conditional.R David Murray2013-03-201-1/+1
* | | #15927: Fix cvs.reader parsing of escaped \r\n with quoting off.R David Murray2013-03-201-1/+12
* | | Issue #10296: Merge to defaultKristján Valur Jónsson2013-03-191-0/+5
|\ \ \ | | |/ | |/|
| * | #10296: Merge to 3.3Kristján Valur Jónsson2013-03-191-0/+5
| |\ \
| | * | Issue #10296 : Don't handle BreakPoint exceptions usingKristján Valur Jónsson2013-03-191-0/+5
* | | | Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-1944-655/+1281
|\ \ \ \ | | |_|/ | |/| |
| * | | merge heads in 3.3Gregory P. Smith2013-03-191-1/+3
| |\ \ \ | | |/ /
| * | | Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-1996-2789/+12608
| |\ \ \
| | * | | Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. ThisGregory P. Smith2013-03-19239-7990/+34958
* | | | | Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-1/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-1/+3
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | #8862: Fix curses cleanup with getchar is interrupted by a signal.R David Murray2013-03-191-1/+3
| | |/
* | | make some freezing related stuff constBenjamin Peterson2013-03-131-3/+3
* | | expose O_PATH if possibleBenjamin Peterson2013-03-131-0/+3
* | | Merge with 3.3, issue #17047: remove doubled words added in 3.3,Terry Jan Reedy2013-03-111-1/+1
|\ \ \ | |/ /
| * | Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-1110-19/+19
|\ \ \ | |/ /
| * | Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4Terry Jan Reedy2013-03-1110-19/+19
| |\ \ | | |/
| | * Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,Terry Jan Reedy2013-03-1110-19/+19
* | | Fix memory leak introduced in 15190138d3f3.Ezio Melotti2013-03-071-2/+6
* | | Fix formatting changes that led to compilation errorsEli Bendersky2013-03-061-4/+2
* | | call_commethod was only used in samples/Windows, which no longer exists.Eli Bendersky2013-03-061-57/+0
* | | Fix some formattingEli Bendersky2013-03-061-11/+11