summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Issue #17223: Add another test to check that _PyUnicode_Ready() rejectsVictor Stinner2013-03-051-0/+10
* | | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...Antoine Pitrou2013-03-041-6/+34
|\ \ \ | |/ /
| * | Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...Antoine Pitrou2013-03-041-6/+34
| |\ \ | | |/
| | * Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the li...Antoine Pitrou2013-03-041-6/+34
* | | Fixes Issue #16962: Use getdents64 instead of the obsolete getdents syscallGregory P. Smith2013-03-031-14/+8
|\ \ \ | |/ /
| * | Issue #16962: Use getdents64 instead of the obsolete getdents syscall inGregory P. Smith2013-03-031-14/+8
* | | (Merge 3.3) Issue #17223: array module: Fix a crasher when converting an arrayVictor Stinner2013-02-251-0/+2
|\ \ \ | |/ /
| * | Issue #17223: array module: Fix a crasher when converting an array containingVictor Stinner2013-02-251-0/+2
* | | Merge #17275: Fix class name in init errors in C bufferedio classes.R David Murray2013-02-241-2/+2
|\ \ \ | |/ /