summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...Antoine Pitrou2012-02-121-0/+4
* Fix distutils.filelist.FileList under Windows (#13193).Éric Araujo2012-02-121-2/+1
* Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-0/+3
* Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-0/+13
* #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-101-1/+4
* Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil Kumaran2012-02-091-0/+2
* Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+3
* Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-0/+3
* Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-051-0/+2
* Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-051-0/+3
* Branch mergeÉric Araujo2012-02-052-0/+3
|\
| * Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-152-0/+3
* | Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-0/+3
* | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-031-0/+2
* | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+2
* | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-0/+2
* | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-1/+5
* | ready types returned from PyType_FromSpecBenjamin Peterson2012-01-301-0/+2
* | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+4
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-0/+3
* | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-281-0/+1
* | Issue #13812: When a multiprocessing Process child raises an exception, flush...Antoine Pitrou2012-01-271-0/+3
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
|\ \
| * | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
* | | mergeBrett Cannon2012-01-261-0/+2
|\ \ \
| * | | Issue #13883: Document all platforms PYTHONCASEOK works on.Brett Cannon2012-01-261-0/+2
* | | | - Issue #13840: Fix ctypes.create_string_buffer exception message and docs.Meador Inge2012-01-261-0/+3
|/ / /
* | | Issue #11235: Fix OverflowError when trying to import a source file whose mod...Antoine Pitrou2012-01-241-0/+3
* | | Issue #13772: In os.symlink() under Windows, do not try to guess the linkAntoine Pitrou2012-01-241-0/+4
* | | Add a Misc/NEWS entry for issue 8052.Gregory P. Smith2012-01-211-0/+5
* | | Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-211-0/+2
* | | Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API f...Meador Inge2012-01-201-0/+3
* | | Issue #2134: Clarify token.OP handling rationale in tokenize documentation.Meador Inge2012-01-191-0/+3
* | | Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...Antoine Pitrou2012-01-181-0/+3
* | | Fix the builtin module initialization code to store the init function for fut...Antoine Pitrou2012-01-181-0/+3
* | | Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.Nadeem Vawda2012-01-181-0/+3
* | | Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...Jesus Cea2012-01-181-0/+3
* | | Issue #13589: Fix some serialization primitives in the aifc module.Antoine Pitrou2012-01-172-0/+4
* | | Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...Meador Inge2012-01-161-0/+3
| |/ |/|
* | 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: regrtest does not recognize -d flag.Meador Inge2012-01-141-0/+1
* | Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil 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
* | Issue #13764: remove outdated script Misc/build.shAntoine Pitrou2012-01-131-281/+0
* | 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 #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-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