summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil Kumaran2012-02-091-0/+2
* | | merged from 3.2Senthil Kumaran2012-02-091-0/+3
|\ \ \ | |/ /
| * | Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+3
* | | Clarify a NEWS entry.Brett Cannon2012-02-081-1/+1
* | | Use the cwd when the empty string is found in sys.path. This leads toBrett Cannon2012-02-081-0/+3
* | | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-0/+4
* | | Issue #13845: Fix NEWS entry, the change is specific to WindowsVictor Stinner2012-02-081-3/+3
* | | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on ConnectionCharles-François Natali2012-02-081-0/+5
* | | Issue #13845: time.time() now uses GetSystemTimeAsFileTime() instead of ftime()Victor Stinner2012-02-071-0/+4
* | | Issue #13846: Add time.monotonic(), monotonic clock.Victor Stinner2012-02-071-0/+2
* | | Merge branch '3.2'Petri Lehtinen2012-02-061-0/+3
|\ \ \ | |/ /
| * | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-0/+3
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-1/+1
* | | Issue #10881: mergeNed Deily2012-02-061-0/+2
|\ \ \ | |/ /
| * | Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-051-0/+2
* | | Merge with 3.2 #964437Terry Jan Reedy2012-02-051-0/+3
|\ \ \ | |/ /
| * | Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-051-0/+3
* | | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-0/+3
* | | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-052-0/+3
|\ \ \ | |/ /
| * | Branch mergeÉric Araujo2012-02-052-0/+3
| |\ \
| | * | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-152-0/+3
* | | | Branch mergeÉric Araujo2012-02-051-0/+4
|\ \ \ \
| * | | | Stop converting package_data to extra_files in pysetup create (#13712).Éric Araujo2012-02-051-0/+2
| * | | | Allow multiple values for package_data in setup.cfg (#11805).Éric Araujo2012-02-041-0/+2
* | | | | Issue #13933: mergeNed Deily2012-02-041-0/+3
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-0/+3
* | | | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-032-0/+4
* | | | mergeNed Deily2012-02-031-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-031-0/+2
* | | | Merge branch 3.2Petri Lehtinen2012-02-021-0/+2
|\ \ \ \ | |/ / /
| * | | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+2
* | | | Merge branch 3.2Petri Lehtinen2012-02-011-0/+2
|\ \ \ \ | |/ / /
| * | | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-0/+2
* | | | Merge 3.2Terry Jan Reedy2012-01-312-0/+4
|\ \ \ \ | |/ / /
| * | | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-1/+5
* | | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ...Antoine Pitrou2012-01-301-0/+3
* | | | merge 3.2 (closes #13908)Benjamin Peterson2012-01-301-0/+2
|\ \ \ \ | |/ / /
| * | | 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-291-0/+3
|\ \ \ \ | |/ / /
| * | | 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 #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 #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 #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
| |\ \ \ | | | |/ | | |/|
| | * | 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
| |\ \ \