summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* issue #1746656: Fix for OS X. configure and #include changes so that the socketGregory P. Smith2011-05-151-0/+8
* Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656).Nadeem Vawda2011-05-151-1/+4
* (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-151-3/+3
|\
| * (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-15368-50797/+105851
| |\
| * | Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.Victor Stinner2011-05-151-3/+3
* | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextonameGregory P. Smith2011-05-151-0/+110
* | | Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-151-14/+23
|\ \ \ | | |/ | |/|
| * | Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-151-14/+23
| |\ \ | | |/
| | * Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean.Nadeem Vawda2011-05-151-14/+23
| | * Issue #8650: Backport 64-bit safety fixes for compress() and decompress().Nadeem Vawda2011-05-141-10/+21
* | | Merge fix for memory leaks in zlib.compress() and .decompress().Nadeem Vawda2011-05-1455-3815/+4857
|\ \ \ | |/ / |/| |
| * | Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tailNadeem Vawda2011-05-141-7/+12
| |\ \
| * \ \ Issue #12062: Fix a flushing bug when doing a certain type of I/O sequenceAntoine Pitrou2011-05-131-1/+1
| |\ \ \
| * | | | Fix compile error under WindowsAntoine Pitrou2011-05-121-2/+4
| * | | | Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-121-16/+70
| * | | | Issue #12058: Minor edits to comments in faulthandlerVictor Stinner2011-05-111-18/+18
| * | | | Merge from 3.2Kurt B. Kaiser2011-05-111-1/+13
| |\ \ \ \
| * \ \ \ \ #12051: merge with 3.2.Ezio Melotti2011-05-111-2/+15
| |\ \ \ \ \
| * \ \ \ \ \ Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-4/+7
| |\ \ \ \ \ \
| * | | | | | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError,Victor Stinner2011-05-101-2/+2
| * | | | | | | faulthandler: improve_sigabrt() on Visual StudioVictor Stinner2011-05-101-7/+5
| * | | | | | | Remove dead code from _multiprocessingAntoine Pitrou2011-05-093-58/+3
| * | | | | | | Issue #11743: Rewrite multiprocessing connection classes in pure Python.Antoine Pitrou2011-05-096-923/+168
| * | | | | | | Issue #8407: Use an explicit cast for FreeBSDVictor Stinner2011-05-091-1/+1
| * | | | | | | faulthandler: make quiet a gcc 4.6 warning (z was unused)Victor Stinner2011-05-091-2/+5
| * | | | | | | Issue #11888: Use system log2() when availableVictor Stinner2011-05-091-0/+4
| * | | | | | | #10811: Fix recursive usage of cursors. Instead of crashing, raise a Programm...Gerhard Haering2011-05-092-10/+20
| * | | | | | | Grammatical fix for a comment for log2, to avoid referring to an *algorithm* ...Mark Dickinson2011-05-091-1/+3
| * | | | | | | Fix cut-and-paste typo in comment: log10 -> log2.Mark Dickinson2011-05-091-1/+1
| * | | | | | | Issue #11888: Add log2 function to math module. Patch written by MarkVictor Stinner2011-05-091-0/+59
| * | | | | | | Issue #12012: ssl.PROTOCOL_SSLv2 becomes optionalVictor Stinner2011-05-091-1/+7
| * | | | | | | Issue #8407: The signal handler writes the signal number as a single byteVictor Stinner2011-05-081-2/+5
| * | | | | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to theVictor Stinner2011-05-081-2/+100
| * | | | | | | #12017: merge with 3.2.Ezio Melotti2011-05-0747-2804/+4423
| |\ \ \ \ \ \ \
| | * | | | | | | faulthandler: dump all threads by defaultVictor Stinner2011-05-071-6/+6
| | * | | | | | | faulthandler: save/restore errno in the two signal handlersVictor Stinner2011-05-071-0/+4
| | * | | | | | | Closes Issue 11916: Add a number of MacOSX specific definitions to the errno ...Ronald Oussoren2011-05-071-0/+55
| | * | | | | | | Issue #8407: signal.pthread_sigmask() returns a set instead of a listVictor Stinner2011-05-041-26/+35
| | * | | | | | | Issue #8407: pthread_sigmask() checks immediatly if signal handlers have beenVictor Stinner2011-05-031-0/+4
| | * | | | | | | Removed unused variableAlexander Belopolsky2011-05-021-1/+0
| | * | | | | | | Issue #11930: Remove year >= 1000 limitation from datetime.strftime.Alexander Belopolsky2011-05-021-25/+0
| | * | | | | | | mergeAlexander Belopolsky2011-05-021-54/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | Issue #11930: Remove deprecated time.accept2dyear.Alexander Belopolsky2011-05-021-54/+1
| | * | | | | | | | cleanup signalmodule.c: use PyModule_AddIntMacro()Victor Stinner2011-05-021-14/+6
| | |/ / / / / / /
| | * | | | | | | (Merge 3.2) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS XVictor Stinner2011-05-0246-2724/+4358
| | |\ \ \ \ \ \ \
| | | * | | | | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetchVictor Stinner2011-04-301-1/+138
| | | * | | | | | | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-301-13/+0
| | | * | | | | | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_*Antoine Pitrou2011-04-2745-2723/+4233
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Fix compilation of _testembed.c without threadsVictor Stinner2011-04-261-0/+6
| | | | * | | | | | | Issue #11918: OS/2 and VMS are no more supported because of the lack ofVictor Stinner2011-04-262-0/+3