summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the...Jesus Cea2012-01-181-0/+3
|\
| * Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-0/+3
* | Close #10278: Add time.wallclock() function, monotonic clock.Victor Stinner2012-01-181-0/+2
* | Issue #13809: Make bz2 module work with threads disabled.Nadeem Vawda2012-01-171-0/+3
* | Issue #13727: Add 3 macros to access PyDateTime_Delta members:Amaury Forgeot d'Arc2012-01-171-0/+4
* | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-0/+4
|\ \ | |/
| * Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-0/+4
* | Issue #13588: Rename decorators in importlib.Brett Cannon2012-01-161-0/+1
* | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-0/+3
|\ \ | |/
| * Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-0/+3
* | add str.casefold() (closes #13752)Benjamin Peterson2012-01-141-0/+2
* | Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-0/+2
|\ \ | |/
| * Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.Meador Inge2012-01-141-0/+2
* | Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
|\ \ | |/
| * Issue #13725: Add a NEWS entry.Meador Inge2012-01-141-0/+3
* | Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
|\ \ | |/
| * Issue #13725: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
* | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...Senthil Kumaran2012-01-141-0/+3
|\ \ | |/
| * Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-141-0/+3
* | merge from 3.2Senthil Kumaran2012-01-141-0/+3
|\ \ | |/
| * Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...Senthil Kumaran2012-01-141-0/+3
* | Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ...Nick Coghlan2012-01-141-0/+3
* | Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-281/+0
|\ \ | |/
| * Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-281/+0
* | Closes #13761: add a "flush" keyword argument to print().Georg Brandl2012-01-131-0/+3
* | Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-131-0/+4
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-132-0/+6
* | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-121-0/+3
* | use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-0/+2
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-092-0/+3
* | Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().Antoine Pitrou2012-01-081-0/+2
* | Merge with 3.2 for #12364.Ross Lagerwall2012-01-081-0/+4
|\ \ | |/
| * Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.Ross Lagerwall2012-01-081-0/+4
* | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+3
|\ \ | |/
| * Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+3
* | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-062-0/+6
* | Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-0/+2
|\ \ | |/
| * Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-0/+2
* | merge from 3.2Senthil Kumaran2012-01-041-0/+2
|\ \ | |/
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-041-0/+2
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-0/+3
|\ \ | |/
| * Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-0/+3
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-022-0/+4
|\ \ | |/
| * Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-022-0/+4
* | Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...Antoine Pitrou2011-12-291-0/+5
* | add a flags parameter to select.epollBenjamin Peterson2011-12-271-0/+2
* | Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-231-0/+3
* | merge from 3.2. News update.Senthil Kumaran2011-12-231-0/+2
|\ \ | |/
| * News entry for Issue12798Senthil Kumaran2011-12-231-0/+2
* | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-221-0/+3