2012-01-21 |
Senthil Kumaran | merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Senthil Kumaran | Fix Issue6631 - Disallow relative file paths in urllib... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Peterson | add another test case |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | phony merge of 76077971ee1f from 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | #13760: picklability tests for configparser exceptions |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Łukasz Langa | #13760: picklability tests for configparser exceptions |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Merged fix from 3.2. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Merged fix from 3.1. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Vinay Sajip | Closes #13807: Now checks for sys.stderr being there... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Meador Inge | Issue #12949: Document the kwonlyargcount argument... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Meador Inge | Issue #12949: Document the kwonlyargcount argument... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Victor Stinner | Issue #10278: Be more explicit in tests than wallclock... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eric V. Smith | Improve exception text. Closes issue 13811. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | check after comments, too (#13832) |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: more meaningful example + fixes |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #13605: add documentation for nargs=argparse... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | don't leak node |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | only check this when parsing python |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #11948: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Sandro Tosi | Issue #11948: clarify modules search path |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Meador Inge | Issue #12705: Raise SyntaxError when compiling multiple... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Meador Inge | Issue #2134: Add support for tokenize.TokenInfo.exact_type. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Meador Inge | Null merge |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Meador Inge | Issue #2134: Clarify token.OP handling rationale in... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Peterson | improve casefold/lower/upper docs |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Be more lenient in test_wallclock (issue #10278). |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Issue #13722: Avoid silencing ImportErrors when initial... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Issue #13722: Avoid silencing ImportErrors when initial... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Finally fix all test_capi refleaks |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix some of the remaining test_capi leaks |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix some of the remaining test_capi refleaks |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix some of the refleaks in test_capi (ported from... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix refleaks in test_capi |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix the builtin module initialization code to store... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix the builtin module initialization code to store... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Add part of test_inspect test from 2.7 |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Add part of test_inspect test from 2.7 |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Merge refleak fixes from 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix the _io module leaking references when a sub-interp... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix leaking a RuntimeError objects when creating sub... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix a memory leak when initializing the standard I... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix a memory leak when initializing the standard I... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Lars Gustäbel | Issue #5689: Avoid excessive memory usage by using... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Nadeem Vawda | Merge: #13781: Fix GzipFile to work with os.fdopen... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Nadeem Vawda | Issue #13781: Fix GzipFile to work with os.fdopen(... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | MERGE: And yet another emergency fix for #13803 bootstr... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | And yet another emergency fix for #13803 bootstrap... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | MERGE: Yet another emergency fix for #13803 bootstrap... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | Yet another emergency fix for #13803 bootstrap issue... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Ezio Melotti | #13665: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Ezio Melotti | #13665: s/string/bytes/ in error message. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Ezio Melotti | Use ASCII quotes and fix markup. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | MERGE: Emergency fix for #13803 bootstrap issue: Under... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | Emergency fix for #13803 bootstrap issue: Under Solaris... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | MERGE: Closes #13803: Under Solaris, distutils doesn... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Jesus Cea | Closes #13803: Under Solaris, distutils doesn't include... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Victor Stinner | Issue #10278: fix a typo in the doc |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Victor Stinner | Close #10278: Add time.wallclock() function, monotonic... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Antoine Pitrou | Fix error handling in timemodule.c |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Ezio Melotti | Add missing versionadded in webbrowser doc. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Nadeem Vawda | Issue #13809: Make bz2 module work with threads disabled. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Antoine Pitrou | Test running of code in a sub-interpreter |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Antoine Pitrou | Test running of code in a sub-interpreter |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Amaury Forgeot... | Issue #13727: Add 3 macros to access PyDateTime_Delta... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Antoine Pitrou | Issue #13589: Fix some serialization primitives in... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Antoine Pitrou | Issue #13589: Fix some serialization primitives in... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Ronald Oussoren | Add missing sentinel to PyCursesWindow_getsets |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | fix indentation |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | break out switch at correct place |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | only finish error if one occurred |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | move LINENO define to where it actually belongs |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | streamline normalizer identification a bit |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Georg Brandl | Remove "documenting" latex document. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Georg Brandl | Remove "documenting" latex document. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Georg Brandl | Remove "documenting" latex document. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | don't ready in case_operation, since most callers do... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Sandro Tosi | Issue: #12409: merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Sandro Tosi | Issue: #12409: remove obsolete susp-entries |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Brett Cannon | Issue #13588: Rename decorators in importlib. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | fix spelling |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | invert condition (head bang) |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | murder tabs |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | fix possible refleaks |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | use helpful PyUnicode_IS_ASCII macro |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | PyUnicode_DecodeUTF8 will always return a ready string |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | rewrite such that this actually makes sense |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Gregory P.... | regenerated using autoconf, includes dirfd test. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Gregory P.... | Add a test for the dirfd library function (to be used... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Gregory P.... | regenerate configure using autoconf. includes the... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Gregory P.... | Test for the dirfd library function (for use in some... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Terry Jan Reedy | Merge with 3.2 #6528 None, True, False are keywords... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Terry Jan Reedy | #6528 None, True, False are keywords in 3.x. Patch... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Ezio Melotti | #13715: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Ezio Melotti | #13715: fix typo in unicodedata doc. Patch by Eli... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Ezio Melotti | #13695: merge with 3.2. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Ezio Melotti | #13695: fix a couple of typos in the doc. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Benjamin Peterson | kill useless import added by 87331661042b |
commit | commitdiff | tree | snapshot |
next |